OwnedKeyedCollection<TKey,TItem> Class
In This Topic
Represents an
OwnedCollection<TItem> of uniquely elements, each element should have unique key.
Object Model
Syntax
Type Parameters
- TKey
- The type of keys in the collection.
- TItem
- The type of items in the collection.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
GrapeCity.Documents.Common.OwnedCollectionBase<TItem>
GrapeCity.Documents.Common.OwnedCollection<TItem>
GrapeCity.Documents.Common.OwnedKeyedCollection<TKey,TItem>
See Also